Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bored-engineer authored Mar 11, 2024
1 parent fdb6888 commit 5e17011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1.7-labs

# Compile the Lambda binary
FROM public.ecr.aws/docker/library/golang:1.22-bullseye as builder
FROM public.ecr.aws/docker/library/golang:1.22.1-bullseye as builder
WORKDIR /app
COPY go.mod go.sum /app/
RUN go mod download
Expand Down

0 comments on commit 5e17011

Please sign in to comment.