Skip to content

Commit

Permalink
Update Dockerfile base images
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenafamo committed Nov 19, 2024
1 parent 8a6ffdd commit 6ce12f8
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 AS builder
FROM golang:1.23 AS builder

WORKDIR /usr/app

Expand All @@ -12,7 +12,7 @@ RUN make build



FROM nginx:1.23 AS nginx-base
FROM nginx:1.27 AS nginx-base

LABEL maintainer="Stephen Afam-Osemene <[email protected]>"
WORKDIR /usr/app
Expand Down

0 comments on commit 6ce12f8

Please sign in to comment.