Skip to content

Commit

Permalink
Update nginx Docker tag to v1.23.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 28, 2023
1 parent a347171 commit 36e365e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/custom-nginx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
FROM nginx:1.17.9-alpine
FROM nginx:1.23.4-alpine

COPY ./nginx.conf /etc/nginx/nginx.conf
COPY ./default.conf /etc/nginx/conf.d/default.conf
Expand Down

0 comments on commit 36e365e

Please sign in to comment.