Skip to content

Commit

Permalink
Ugrade base image to 1.22 and alpine 3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
cwangVT authored and bobbypage committed Feb 29, 2024
1 parent 853629c commit 3b9c146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.hub.docker.com/library/golang:1.20-alpine3.16 AS build
FROM registry.hub.docker.com/library/golang:1.22-alpine3.18 AS build

# Install build depdencies for all supported arches
RUN apk --no-cache add bash build-base cmake device-mapper findutils git \
Expand Down

0 comments on commit 3b9c146

Please sign in to comment.