Skip to content

Commit

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

⬆️ Bump golang from 1.23.0-alpine to 1.23.1-alpine
  • Loading branch information
H1rono authored Oct 1, 2024
2 parents 0f2cff5 + 3e32902 commit 72b3b86
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.0-alpine as server-build
FROM golang:1.23.1-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.0-alpine as build
FROM golang:1.23.1-alpine as build
ENV CGO_ENABLED 0
ENV TZ Asia/Tokyo

Expand Down

0 comments on commit 72b3b86

Please sign in to comment.