ngbs 2 vuotta sitten
vanhempi
sitoutus
379b96e14e
3 muutettua tiedostoa jossa 2 lisäystä ja 3 poistoa
  1. 0 1
      .github/workflows/build-xrayr.yml
  2. 1 1
      xrayr/Dockerfile
  3. 1 1
      xrayr/Dockerfile.latest

+ 0 - 1
.github/workflows/build-xrayr.yml

@@ -66,7 +66,6 @@ jobs:
           push: true
           tags: |
             ${{ secrets.DOCKER_HUB_USERNAME }}/xrayr:latest
-            ${{ secrets.DOCKER_HUB_USERNAME }}/xrayr:${{ env.XRAYR_VERSION }}
           builder: ${{ steps.buildx.outputs.name }}
           cache-from: type=local,src=/tmp/.buildx-cache
           cache-to: type=local,dest=/tmp/.buildx-cache-new

+ 1 - 1
xrayr/Dockerfile

@@ -1,5 +1,5 @@
 # syntax=docker/dockerfile:1
-FROM golang:1.20-alpine AS builder
+FROM golang:1.21-alpine AS builder
 WORKDIR /go/src
 ENV CGO_ENABLED=0
 RUN apk --no-cache add git && \

+ 1 - 1
xrayr/Dockerfile.latest

@@ -1,5 +1,5 @@
 # syntax=docker/dockerfile:1
-FROM golang:alpine AS builder
+FROM golang:1.21-alpine AS builder
 WORKDIR /go/src
 ENV CGO_ENABLED=0
 RUN apk --no-cache add git && \