Skip to content

Commit

Permalink
Merge pull request #402 from philips-software/dependabot/docker/golan…
Browse files Browse the repository at this point in the history
…g-1.22.1-alpine

Bump golang from 1.21.6-alpine to 1.22.1-alpine
  • Loading branch information
loafoe authored Mar 18, 2024
2 parents 82ca0e4 + e42f822 commit 1eef4ba
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.21.6-alpine as builder
FROM golang:1.22.1-alpine as builder
RUN apk --no-cache add git
WORKDIR /build
COPY go.mod .
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21.6-alpine
FROM golang:1.22.1-alpine
RUN apk add --no-cache git openssh gcc musl-dev

WORKDIR /src
Expand Down

0 comments on commit 1eef4ba

Please # to comment.