Skip to content

Commit

Permalink
Update golang Docker tag to v1.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and BuckarooBanzay committed Oct 15, 2024
1 parent c6e7e4c commit e519dde
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
Expand Up @@ -3,7 +3,7 @@ COPY public /public
WORKDIR /public
RUN npm ci && npm run bundle

FROM golang:1.22.6 as go-builder
FROM golang:1.23.2 as go-builder
ARG MTUI_VERSION="docker-dev"
WORKDIR /data
COPY go.* /data/
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
command: ["npm", "ci"]

ui:
image: golang:1.22.6
image: golang:1.23.2
environment:
WORLD_DIR: "/world"
WEBDEV: "true"
Expand Down

0 comments on commit e519dde

Please sign in to comment.