Skip to content

Commit

Permalink
Merge pull request #29 from khulnasoft-lab/dependabot/docker/golang-1…
Browse files Browse the repository at this point in the history
….21-alpine

chore(deps): bump golang from 1.18-alpine to 1.21-alpine
  • Loading branch information
NxPKG authored Dec 9, 2023
2 parents 0fc9e8f + 0d02238 commit 30ea2a2
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 30ea2a2

Please sign in to comment.