Skip to content

Commit

Permalink
chore: Also bump the Go version to 1.23 as suggested by dependabot in…
Browse files Browse the repository at this point in the history
… other PR
  • Loading branch information
kusalananda committed Aug 29, 2024
1 parent d5c9527 commit 3f446d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20-alpine
FROM golang:1.23-alpine

ENV XDG_CACHE_HOME='/tmp/.cache'

Expand Down
2 changes: 1 addition & 1 deletion production/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20-alpine as builder
FROM golang:1.23-alpine as builder

RUN addgroup -S urdr && getent group urdr >/tmp/group
RUN adduser -S urdr && getent passwd urdr >/tmp/passwd
Expand Down

0 comments on commit 3f446d0

Please sign in to comment.