Skip to content

Commit

Permalink
Merge pull request #169 from jkaninda/dependabot/docker/golang-1.24.1
Browse files Browse the repository at this point in the history
chore(deps): bump golang from 1.24.0 to 1.24.1
  • Loading branch information
jkaninda authored Mar 10, 2025
2 parents c7b22b2 + d752f76 commit 5b079f7
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,4 +1,4 @@
FROM golang:1.24.0 AS build
FROM golang:1.24.1 AS build
WORKDIR /app
ARG appVersion=""
# Copy the source code.
Expand Down

0 comments on commit 5b079f7

Please sign in to comment.