Skip to content

Commit

Permalink
Update golang Docker tag to v1.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 10, 2023
1 parent ee97bc1 commit d751640
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.17.7-alpine AS build_deps
FROM golang:1.21.3-alpine AS build_deps

RUN apk add --no-cache git

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile_test
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.17.7
FROM golang:1.21.3

RUN apt-get update && apt-get install -y git bzr ca-certificates curl gcc

Expand Down

0 comments on commit d751640

Please sign in to comment.