Skip to content

Commit

Permalink
build: Update Dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
michaljurecko committed Sep 5, 2024
1 parent cc546a1 commit c5cd01c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion provisioning/apps-proxy/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build container
FROM golang:1.22.5-alpine3.19 AS buildContainer
FROM golang:1.23.0-alpine3.19 AS buildContainer
RUN apk add -U --no-cache bash make curl
WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion provisioning/dev/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22.5
FROM golang:1.23.0

ENV HOME=/my-home
ENV GOCACHE=/tmp/cache/go
Expand Down
2 changes: 1 addition & 1 deletion provisioning/stream/docker/service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build container
FROM golang:1.22.5-alpine3.19 AS buildContainer
FROM golang:1.23.0-alpine3.19 AS buildContainer
RUN apk add -U --no-cache bash make curl
WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion provisioning/templates-api/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build container
FROM golang:1.22.5-alpine3.19 AS buildContainer
FROM golang:1.23.0-alpine3.19 AS buildContainer
RUN apk add -U --no-cache bash make curl
WORKDIR /app

Expand Down

0 comments on commit c5cd01c

Please sign in to comment.