Skip to content

Commit

Permalink
[docker] update the image versions in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
akshettrj committed May 18, 2024
1 parent f956abb commit dd1eaa4
Showing 1 changed file with 2 additions and 2 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.19.8-alpine AS build
FROM golang:1.22.3-alpine3.19 AS build

RUN apk --no-cache add gcc g++ make git libwebp-dev libwebp-tools ffmpeg imagemagick
WORKDIR /go/src/watgbridge
Expand All @@ -8,7 +8,7 @@ RUN go mod download
COPY . ./
RUN go build

FROM alpine
FROM alpine:3.19
RUN apk --no-cache add tzdata libwebp-tools ffmpeg imagemagick
WORKDIR /go/src/watgbridge
COPY --from=build /go/src/watgbridge/watgbridge .
Expand Down

0 comments on commit dd1eaa4

Please sign in to comment.