Skip to content

Commit

Permalink
Update Go Dockerfile to use golang:1.19-alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitpaulk committed Sep 23, 2023
1 parent a277482 commit 68902b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion compiled_starters/go/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.13-alpine
FROM golang:1.19-alpine

RUN apk add curl

Expand Down
2 changes: 1 addition & 1 deletion solutions/go/01-init/code/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.13-alpine
FROM golang:1.19-alpine

RUN apk add curl

Expand Down
2 changes: 1 addition & 1 deletion starter_templates/go/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.13-alpine
FROM golang:1.19-alpine

RUN apk add curl

Expand Down

0 comments on commit 68902b9

Please sign in to comment.