Skip to content

Commit

Permalink
golang
Browse files Browse the repository at this point in the history
  • Loading branch information
damianszczepanik committed Oct 13, 2023
1 parent 7ad981f commit bbadbae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.18-alpine as backend
FROM golang:1.20-alpine as backend

ARG GIT_BRANCH
ARG GITHUB_SHA
Expand All @@ -21,7 +21,7 @@ RUN \
cd app && go build -o /build/doku -ldflags "-X main.revision=${version} -s -w"


FROM node:16.14.0-alpine as build-frontend
FROM node:16.14.2-alpine as build-frontend

ARG NODE_ENV=production
ARG CI=true
Expand All @@ -38,7 +38,7 @@ RUN rm -f /srv/frontend/.eslintrc.json && \
CMD yarn run test


FROM ghcr.io/umputun/baseimage/app:v1.9.1 as base
FROM ghcr.io/umputun/baseimage/app:v1.11 as base

FROM scratch

Expand Down

0 comments on commit bbadbae

Please sign in to comment.