Skip to content

Commit

Permalink
Updated docker go version
Browse files Browse the repository at this point in the history
  • Loading branch information
shoginyan committed Feb 21, 2025
1 parent b5fe4eb commit 12707c4
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
Expand Up @@ -4,7 +4,7 @@ ARG app_dir="/home/go/app"


# * Building the application
FROM golang:1.22-alpine3.20 AS build
FROM golang:1.23-alpine3.20 AS build
ARG app_dir

WORKDIR ${app_dir}
Expand Down

0 comments on commit 12707c4

Please sign in to comment.