Skip to content

Commit

Permalink
Merge pull request #810 from traPtitech/dependabot/docker/golang-1.23…
Browse files Browse the repository at this point in the history
….3-alpine

⬆️ Bump golang from 1.23.2-alpine to 1.23.3-alpine
  • Loading branch information
H1rono authored Dec 21, 2024
2 parents 59411ee + c7545d5 commit 0a3f9e2
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 @@
## build backend
FROM golang:1.23.2-alpine as server-build
FROM golang:1.23.3-alpine as server-build

Check warning on line 2 in Dockerfile

View workflow job for this annotation

GitHub Actions / image-v2

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

WORKDIR /github.com/traPtitech/Jomon
COPY go.mod go.sum ./
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23.2-alpine as build
FROM golang:1.23.3-alpine as build
ENV CGO_ENABLED 0
ENV TZ Asia/Tokyo

Expand Down

0 comments on commit 0a3f9e2

Please sign in to comment.