Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit 6ce12f8

Browse files
committed
Update Dockerfile base images
1 parent 8a6ffdd commit 6ce12f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.19 AS builder
1+
FROM golang:1.23 AS builder
22

33
WORKDIR /usr/app
44

@@ -12,7 +12,7 @@ RUN make build
1212

1313

1414

15-
FROM nginx:1.23 AS nginx-base
15+
FROM nginx:1.27 AS nginx-base
1616

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

0 commit comments

Comments
 (0)