Skip to content

Commit

Permalink
Merge pull request #32 from codecrafters-io/update-dockerfile
Browse files Browse the repository at this point in the history
Update Go Dockerfile to use golang:1.19-alpine
  • Loading branch information
rohitpaulk authored Sep 23, 2023
2 parents a277482 + 68902b9 commit c5fe532
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 c5fe532

Please sign in to comment.