Skip to content

Commit

Permalink
Update golang Docker tag to v1.21.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 5, 2023
1 parent ee97bc1 commit a48cd6e
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.5-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.5

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

Expand Down

0 comments on commit a48cd6e

Please sign in to comment.