Skip to content

Commit

Permalink
chore(graphql_server): update docker.io/alpine docker tag to v3.16.2 (#…
Browse files Browse the repository at this point in the history
…17712)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 29, 2024
1 parent ac65d12 commit a75a9f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-go/build/package/graphql_server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY api-go ./
RUN go build -o ./out/cmd/graphql_server/ ./cmd/graphql_server/main.go


FROM docker.io/alpine:3.20.1 AS release
FROM docker.io/alpine:3.16.2 AS release
WORKDIR /usr/src/app
ENV GIN_MODE=release

Expand Down

0 comments on commit a75a9f5

Please sign in to comment.