Skip to content

Commit

Permalink
Update golang image
Browse files Browse the repository at this point in the history
  • Loading branch information
chrmarti committed Nov 7, 2023
1 parent cc80b0e commit a99b8b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.16.0-alpine3.13 as builder
FROM golang:1.21.3-alpine3.18 as builder

# Install certs, git, and mercurial
# RUN apk add --no-cache ca-certificates git build-base
Expand Down
2 changes: 1 addition & 1 deletion github-tests/Dockerfile/docker-from-docker-root/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.16.0-alpine3.13 as builder
FROM golang:1.21.3-alpine3.18 as builder

# Install certs, git, and mercurial
# RUN apk add --no-cache ca-certificates git build-base
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.16.0-alpine3.13 as builder
FROM golang:1.21.3-alpine3.18 as builder

# Install certs, git, and mercurial
# RUN apk add --no-cache ca-certificates git build-base
Expand Down

0 comments on commit a99b8b4

Please sign in to comment.