Skip to content

Commit

Permalink
chore(deps): bump golang from 1.18-alpine to 1.21-alpine
Browse files Browse the repository at this point in the history
Bumps golang from 1.18-alpine to 1.21-alpine.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 8, 2023
1 parent f17ca62 commit 0d02238
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,4 +1,4 @@
FROM golang:1.18-alpine as builder
FROM golang:1.21-alpine as builder
# RUN apk add --update git
COPY . /server/
WORKDIR /server/
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ui
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN yarn install
RUN yarn build


FROM golang:1.18-alpine as gobuilder
FROM golang:1.21-alpine as gobuilder

COPY . /server
WORKDIR /server/ui/backend
Expand Down

0 comments on commit 0d02238

Please sign in to comment.