Skip to content

Commit

Permalink
Bump docker Go version to 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
arkon108 committed Feb 22, 2024
1 parent e9f6de7 commit 5ddd837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use newer version of Golang and Alpine Linux as base image
FROM golang:1.20-alpine3.18 AS builder
FROM golang:1.22-alpine AS builder

# Update packages and install needed dependencies
RUN apk update && \
Expand Down

0 comments on commit 5ddd837

Please sign in to comment.