Skip to content

Commit

Permalink
alpine 3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
techknowlogick authored Dec 24, 2023
1 parent cf48b59 commit 7e42167
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions auth_server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21-alpine3.18 as build
FROM golang:1.21-alpine3.19 as build

ARG VERSION
ENV VERSION "${VERSION}"
Expand All @@ -12,7 +12,7 @@ COPY . /build
WORKDIR /build
RUN make build

FROM alpine:3.18
FROM alpine:3.19
COPY --from=build /build/auth_server /docker_auth/
COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
ENTRYPOINT ["/docker_auth/auth_server"]
Expand Down

0 comments on commit 7e42167

Please sign in to comment.