Skip to content

Commit

Permalink
Go 1.22, Alpine 3.19 (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
arbourd authored Mar 5, 2024
1 parent a79c9b9 commit 7b4fa9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21-alpine AS build
FROM golang:1.22-alpine AS build
WORKDIR /go/src/github.com/arbourd/concourse-slack-alert-resource
RUN apk --no-cache add --update git

Expand All @@ -10,7 +10,7 @@ RUN go build -o /check github.com/arbourd/concourse-slack-alert-resource/check
RUN go build -o /in github.com/arbourd/concourse-slack-alert-resource/in
RUN go build -o /out github.com/arbourd/concourse-slack-alert-resource/out

FROM alpine:3.18
FROM alpine:3.19
RUN apk add --no-cache ca-certificates

COPY --from=build /check /opt/resource/check
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/arbourd/concourse-slack-alert-resource

go 1.21
go 1.22

require (
github.com/Masterminds/semver/v3 v3.2.1
Expand Down

0 comments on commit 7b4fa9e

Please sign in to comment.