Skip to content

Commit

Permalink
Update golang version in Dockerfiles
Browse files Browse the repository at this point in the history
Needed for updated dependencies
  • Loading branch information
Oscariremma committed Sep 27, 2024
1 parent e2da36d commit 9e34c70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Dockerfile for goldapps production
FROM golang:1.18.4-alpine3.15 AS buildStage
FROM golang:1.23-alpine AS buildStage

# Install git
RUN apk update
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.web
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Dockerfile for goldapps production
FROM golang:1.18.4-alpine3.15 AS buildStage
FROM golang:1.23-alpine AS buildStage

# Install git
RUN apk update
Expand Down

0 comments on commit 9e34c70

Please sign in to comment.