Skip to content

Commit

Permalink
chore: change base images version granularity to minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Crissium committed May 10, 2024
1 parent d54ce8e commit 9e55ccb
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,5 +1,5 @@
# Stage 1: Frontend Builder
FROM node:lts-alpine3.19@sha256:ef3f47741e161900ddd07addcaca7e76534a9205e4cd73b2ed091ba339004a75 as frontend-builder
FROM node:lts-alpine3.19 as frontend-builder

WORKDIR /silverdict/client

Expand All @@ -14,7 +14,7 @@ COPY client ./
RUN yarn build

# Stage 2: Production Environment
FROM alpine:3.19.1@sha256:15c46ced65c6abed6a27472a7904b04273e9a8091a5627badd6ff016ab073171
FROM alpine:3.19

ARG VERSION="1.1.6"
ARG ENABLE_FULL_TEXT_SEARCH=""
Expand Down

0 comments on commit 9e55ccb

Please sign in to comment.