Skip to content

Commit

Permalink
Fix: latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
redhawkeye committed Jul 12, 2024
1 parent af915a7 commit 347001a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/dockerfile/wordpress-php-apache2.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG DOCKER_REGISTRY
ARG REGISTRY_USER=csalab
ARG RTAG
ARG PHP_VERSION
FROM ${DOCKER_REGISTRY}${REGISTRY_USER}/sipstack:base${RTAG} as builder
FROM ${DOCKER_REGISTRY}${REGISTRY_USER}/sipstack:latest${RTAG} as builder
ARG IMAGE_VERSION
WORKDIR /tmp
COPY script/wordpress-apache.cpp /tmp
Expand Down
2 changes: 1 addition & 1 deletion build/dockerfile/wordpress-php-fpm.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG DOCKER_REGISTRY
ARG REGISTRY_USER=csalab
ARG RTAG
ARG PHP_VERSION
FROM ${DOCKER_REGISTRY}${REGISTRY_USER}/sipstack:base${RTAG} as builder
FROM ${DOCKER_REGISTRY}${REGISTRY_USER}/sipstack:latest${RTAG} as builder
ARG IMAGE_VERSION
WORKDIR /tmp
COPY script/wordpress-fpm.cpp /tmp
Expand Down
2 changes: 1 addition & 1 deletion build/dockerfile/wordpress.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG DOCKER_REGISTRY
ARG REGISTRY_USER=csalab
ARG RTAG
FROM ${DOCKER_REGISTRY}${REGISTRY_USER}/sipstack:base${RTAG} as builder
FROM ${DOCKER_REGISTRY}${REGISTRY_USER}/sipstack:latest${RTAG} as builder
ARG IMAGE_VERSION
WORKDIR /tmp
COPY script/wordpress-init.c /tmp
Expand Down

0 comments on commit 347001a

Please sign in to comment.