Skip to content

Commit

Permalink
chore(deps): update golang docker tag to v1.21 (#463)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 28, 2023
1 parent 4ab7130 commit e8cd340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tunnel/cmd/secure-tunnel-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# =====================
FROM golang:1.20-alpine as go-builder
FROM golang:1.21-alpine as go-builder

RUN apk add --no-cache git
ENV CGO_ENABLED=0
Expand Down

0 comments on commit e8cd340

Please sign in to comment.