Skip to content

Commit

Permalink
Missed a few for Go 1.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TrevorEdris committed Dec 6, 2023
1 parent fad4215 commit 307b6c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion container/api.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.17-alpine AS builder
FROM golang:1.21-alpine AS builder

RUN apk update && apk add musl-dev gcc build-base ca-certificates

Expand Down
2 changes: 1 addition & 1 deletion container/dev.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.17-alpine
FROM golang:1.21-alpine

RUN apk update && apk add --no-cache musl-dev gcc git build-base

Expand Down
2 changes: 1 addition & 1 deletion container/integration.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.17
FROM golang:1.21

WORKDIR /go/src/github.com/TrevorEdris/about-me

Expand Down

0 comments on commit 307b6c8

Please sign in to comment.